From: Dirk Brenken Date: Fri, 28 Feb 2025 15:59:02 +0000 (+0100) Subject: luci-app-banIP: sync with release 1.5.3-1 X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5bc1d40ba0540b4805ca1d8022847990a3532af1;p=project%2Fluci.git luci-app-banIP: sync with release 1.5.3-1 Signed-off-by: Dirk Brenken --- diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 366d282f08..02b00c04dc 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -408,13 +408,13 @@ return view.extend({ o = s.taboption('adv_chain', form.ListValue, 'ban_icmplimit', _('ICMP-Threshold'), _('ICMP-Threshold in packets per second to prevent WAN-DoS attacks. To disable this safeguard set it to \'0\'.')); o.value('0'); - o.value('10'); + o.value('25'); o.value('50'); o.value('100'); o.value('250'); o.value('500'); o.value('1000'); - o.default = '10'; + o.default = '25'; o.placeholder = _('-- default --'); o.create = true; o.optional = true;